home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsdocs.zip / RBBSDOCS.APP < prev    next >
Text File  |  1990-11-05  |  5KB  |  95 lines

  1.  
  2.  
  3.  
  4.     APPENDIX P -- Running RBBS-PC on a NETBIOS network                      P-1
  5.  
  6.  
  7.     APPENDIX P -- Running RBBS-PC on a NETBIOS network
  8.     --------------------------------------------------
  9.     CONFIG parameter  162 allows the SysOp to select an environment for running
  10.     multiple copies  of RBBS-PC.  One of the environments is "DOS SHARE," which
  11.     allows  a large  number  of LANs  to  support  RBBS-PC.   Any  LAN that  is
  12.     "NetBIOS"  compatible should allow RBBS-PC to run multiple nodes, since the
  13.     DOS SHARE utility  is usually supported  with all NetBIOS LANS.   Operating
  14.     RBBS-PC on a network which supports the NETBIOS interface is therefore very
  15.     simple.  Outlined step-by-step, the procedure is as follows:
  16.  
  17.       1) Install and load your network software.
  18.       2) Configure RBBS-PC for the network environment.
  19.       3) Prepare files which are to be shared, but not written to.
  20.  
  21.     Let's discuss these items in detail.
  22.  
  23.     INSTALL AND LOAD YOUR NETWORK SOFTWARE
  24.  
  25.          Obviously,  for each  different network,  this procedure  will change.
  26.          This manual doesn't  attempt to replace  or augment the  documentation
  27.          which accompanied your network software.  It only covers how to set up
  28.          RBBS-PC to work  with a NETBIOS LAN.  The assumption  is made that you
  29.          can, and have, correctly installed your network.
  30.  
  31.          However, so that you understand what we mean by "install and load", we
  32.          will present a  generic description  here.  (It  should be noted  that
  33.          there  are certain  similarities  between all  NETBIOS LAN  products.)
  34.          First,  the "core" of  the network software  must be  loaded after you
  35.          boot  the machine  (e.g. the NET  START command).   Next,  any of your
  36.          computer's resources which others  require access to must be  "shared"
  37.          (e.g. the NET SHARE command).   And finally, any resources which  your
  38.          computer requires access to must be "used" (e.g. the NET USE command).
  39.  
  40.          Please note that NET START, NET SHARE, and NET USE are all examples of
  41.          the commands used  by the IBM  PC LAN Program.   Your actual  commands
  42.          might be different.
  43.  
  44.     CONFIGURE RBBS-PC FOR THE NETWORK ENVIRONMENT
  45.  
  46.          Begin by running  the RBBS-PC CONFIG  utility.  Set  parameter 162  to
  47.          "6", which tells it that RBBS-PC is running on a NETBIOS LAN.  (Please
  48.          check parameter 161  while you are there, also, and  make sure that it
  49.          is correct for the number of nodes you intend to run.)
  50.  
  51.          You  will notice, when you select  parameter 162, the reference to the
  52.          DOS  utility SHARE.EXE.   This utility must  be loaded in  order for a
  53.          NETBIOS  LAN to  function  properly.   The  startup command  for  most
  54.          networks will cause SHARE.EXE  to be loaded (i.e.  when the NET  START
  55.          command is issued, the network looks in the current path for SHARE.EXE
  56.          and loads it).
  57.  
  58.          If,  for some  odd reason,  your network  does not  automatically load
  59.          SHARE.EXE,  you  will  need to  perform  this  task  manually in  your
  60.          AUTOEXEC.BAT file (DOS 4.x users can  opt for the "INSTALL=" option in
  61.          their CONFIG.SYS files).
  62.  
  63.     PREPARE FILES WHICH ARE TO BE SHARED, BUT NOT WRITTEN TO
  64.  
  65.  
  66.  
  67.     RBBS-PC 17.3A            TECHNICAL REFERENCE MANUAL                     P-2
  68.  
  69.  
  70.          Once  RBBS-PC is aware  of the fact  that you're running  on a NETBIOS
  71.          LAN, it will open  all of the files  it intends to update in  "shared"
  72.          mode.   However, when RBBS-PC  opens a file  for READ access  only, it
  73.          does  NOT  use  DOS SHARE.    This  will  on  occasion  cause  sharing
  74.          violations when more than one node tries  to read the same file at the
  75.          same time.   To compensate for  the problem, you should  set the "read
  76.          only" attribute  of any  file  which will  NOT be  updated during  the
  77.          course of the call.  Files such as WELCOME, PRELOG, all HELP, bulletin
  78.          and news files should be "read only."
  79.  
  80.          (You change a  file's read only  status with  the DOS utility  ATTRIB.
  81.          The syntax is "ATTRIB +R (filename)."  Please note that ATTRIB must be
  82.          located  in  the  current search  path,  and the  "+R"  switch  can be
  83.          reversed into "-R", when you want to remove a file's  read only status
  84.          in order to edit it.)
  85.  
  86.          We recommend  setting the read only  status on any file  which you are
  87.          certain will not be updated (i.e. written back to).
  88.  
  89.     SUMMARY
  90.  
  91.     The hardest part about setting  up RBBS-PC in a network environment  is the
  92.     actual setup  of the program for  multi-node operation.  But  if you follow
  93.     certain guidelines (laid out for you in Appendix G), you should be fine.
  94.  
  95.